home *** CD-ROM | disk | FTP | other *** search
- Path: columba.udac.uu.se!news
- From: Enrico Savazzi <enrico.savazzi@pal.uu.se>
- Newsgroups: comp.lang.c++
- Subject: Re: RS-232
- Date: Mon, 05 Feb 1996 11:26:40 +0100
- Organization: Uppsala University
- Message-ID: <3115DB60.3A76@pal.uu.se>
- References: <00001a81+000097dc@msn.com>
- NNTP-Posting-Host: esavazzi.pal.uu.se
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 2.0b5 (WinNT; I)
-
- Scott Sheppard wrote:
- >
- > I have to write a program that can determine the status of each line
- > in a RS232 port. The program must also be able to change the status
- > of any line of the port. Any suggestion as to where to start?
- >
- > Scott Sheppard
-
- If your program will be running in real mode, try reading:
- Campbell J. (1987): C programmer's guide to serial
- communications (Howard Sams & Company). If you will be running
- under Win32, forget about the book and use the Win32 interface -
- that's what I do.
-
- E.Savazzi
-